PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

Possible bug in Wave blog posts

Solved
produkt

Jan 4th, 2026 09:29 AM

Images don't seem to be loading on the blog pages and when trying to upload an image in the rich text editor or header image, an error occurs. The exceptions I'm seeing are:

League\Flysystem\UnableToCreateDirectory
Events (total)
Users (30d)
Level: Error
Unable to create a directory at /home/deployer/site/releases/9/storage/app/private/livewire-tmp.

and once I manually created that directory I get:

League\Flysystem\UnableToRetrieveMetadata
Events (total)
Users (30d)
Level: Error
Unable to retrieve the file_size for file at location: livewire-tmp/livewire-tmp.

Even on a fresh install the Wave blog pages don't load. While we're at it, how hard would it be to be able to include video/webm in blog post content? The attachments feature only allows images.

bobbyiliev

Jan 8th, 2026 05:45 AM

Best Answer

Hey!

I've tried to reproduce this locally but it seems to be working as normally.

How are you running wave exactly?

I saw someone submit a PR for a similar fix: https://github.com/thedevdojo/wave/pull/331

Does it work if you were to try out the PR?

produkt

Jan 8th, 2026 06:54 AM

Yes, the PR fixes the issue. I have actually noticed another separate issue, I will create a new topic since it is not relevant to this discussion.